home *** CD-ROM | disk | FTP | other *** search
- -- card: 9437 from stack: in
- -- bmap block id: 9586
- -- flags: 0000
- -- background id: 6748
- -- name:
- ----- HyperTalk script -----
- on opencard
- show card picture
- show bkgnd field "cover1a"
- put 1 into cd
- repeat until cd = 6
- show card button cd
- add 1 to cd
- end repeat
- put empty into card field "message"
- put "Centrifuging Complete" into line 2 of card field "message"
- put "Liquid layer discarded" into line 4 of card field "message"
- show card button "bath"
- end opencard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=3 top=44 right=106 bottom=54
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hydrochloric Acid
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put reagent into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=190 top=201 right=342 bottom=432
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseup
- hide card field "message"
- end mouseup
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=63 top=44 right=106 bottom=114
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Nitric Acid
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put reagent into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=124 top=44 right=106 bottom=175
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Distilled Water
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- hide card button "bath"
- visual dissolve slow
- go to next card
- show card picture
-
- put 1 into cd
-
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=186 top=44 right=106 bottom=237
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Sodium Chromate
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put reagent into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
-
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=246 top=44 right=106 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Ammonia
- ----- HyperTalk script -----
- on mouseUp
- global reagent
- get the short name of me
- put it into reagent
- show card picture
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put reagent into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=434 top=205 right=254 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Flow Chart
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 7591
- put 1 into zz
- repeat until zz = 4
- set the highlight of card button step2 to true
- wait 30
- set the highlight of card button step2 to false
- wait 30
- put zz+1 into zz
- end repeat
-
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 80
- -- high flags: 2000
- -- rect: left=434 top=112 right=198 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Bath
- ----- HyperTalk script -----
- on mouseUp
- global kee2
-
- get the short name of me
- put it into reagent
-
-
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put "Hot Water Bath" into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=4 right=90 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Centrifuge
- ----- HyperTalk script -----
- on mouseUp
- global kee2
-
- get the short name of me
- put it into reagent
-
-
- Put empty into card field "message"
- put "Check STEP 2 on Flow Chart" into line 1 of card field "message"
- put "Centrifuge" into line 3 of card field "message"
- put "is not used at this time" into line 5 of card field "message"
- show card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part contents for card part 2
- ----- text -----
-
- Centrifuging Complete
-
- Liquid layer discarded